PUT /Session/IPAddress/

Sets the IP address which should be associated with the specified session.
 

Request

Method Request URI
PUT /API/Session/IPAddress/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The ID of a session with administrative privileges. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.SetSessionIPAddressOptions

Response

Response Body

A status code indicating success or the reason for failure.